-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Implement TimedeltaArray._from_sequence #23953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello @jbrockmendel! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23953 +/- ##
==========================================
+ Coverage 92.3% 92.31% +<.01%
==========================================
Files 161 161
Lines 51555 51547 -8
==========================================
- Hits 47589 47584 -5
+ Misses 3966 3963 -3
Continue to review full report at Codecov.
|
can you rebase |
rebased+green |
thanks |
and have both
TimedeltaArray.__new__
andTimedeltaIndex.__new__
dispatch to itOne test will fail until #23789 is merged.
git diff upstream/master -u -- "*.py" | flake8 --diff